From: Christoph Egger Date: Mon, 13 Feb 2012 18:17:28 +0000 (+0000) Subject: tools: make qemu build use correct PYTHON version X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6cbfdb76dd570f021018d7f438f06ceb6bd520a7;p=xen.git tools: make qemu build use correct PYTHON version Pass --python=$(PYTHON) to qemu's configure. Fixes error: Python not found. Use --python=/path/to/python Signed-off-by: Christoph Egger Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/Makefile b/tools/Makefile index 54522f44f2..3361ef5020 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -155,6 +155,7 @@ subdir-all-qemu-xen-dir subdir-install-qemu-xen-dir: qemu-xen-dir-find -L$(XEN_ROOT)/tools/xenstore" \ --bindir=$(LIBEXEC) \ --disable-kvm \ + --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) install